/* Fenil Chandarana Fab Academy 2022 Webpage link: https://fabacademy.org/2022/labs/vigyanashram/students/fenil-chandarana/ */ #include #include #include #include int tt = 0; int xx = 0; int yy = 0; #define OLED_RESET 4 Adafruit_SSD1306 display(OLED_RESET); void setup() { // put your setup code here, to run once: display.begin(SSD1306_SWITCHCAPVCC, 0X3C); display.clearDisplay(); } void loop() { // put your main code here, to run repeatedly: }